home *** CD-ROM | disk | FTP | other *** search
- Path: library.erc.clarkson.edu!rpi!not-for-mail
- From: ell@access1.digex.net (Ell)
- Newsgroups: comp.lang.c++,comp.lang.c++.moderated
- Subject: Temporaries and GC
- Date: 10 Feb 1996 14:33:46 -0000
- Organization: The Universe
- Sender: cppmods@netlab.cs.rpi.edu
- Approved: harkness@airmail.net
- Message-ID: <4fiaca$qpj@netlab.cs.rpi.edu>
- NNTP-Posting-Host: netlab.cs.rpi.edu
- X-Original-Date: 10 Feb 1996 05:33:04 GMT
-
- While many C++ compiler implementations often generate temporary objects,
- from what I understand after re-reading the ARM, they _all_ should delete
- the temporaries after exiting the scope where they are generated. So no
- memory leaks on that score. Advantage C++ design.
-
- Elliott
-
-
- [ Articles to moderate: mailto:c++-submit@netlab.cs.rpi.edu ]
- [ Read the C++ FAQ: http://www.connobj.com/cpp/cppfaq.htm ]
- [ Moderation policy: http://www.connobj.com/cpp/guide.htm ]
- [ Comments? mailto:c++-request@netlab.cs.rpi.edu ]
-